home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / PIL / ImagePath.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  1KB  |  33 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. import Image
  5.  
  6. class Path:
  7.     
  8.     def __init__(self, xy):
  9.         pass
  10.  
  11.     
  12.     def compact(self, distance = 2):
  13.         pass
  14.  
  15.     
  16.     def getbbox(self):
  17.         pass
  18.  
  19.     
  20.     def map(self, function):
  21.         pass
  22.  
  23.     
  24.     def tolist(self, flat = 0):
  25.         pass
  26.  
  27.     
  28.     def transform(self, matrix):
  29.         pass
  30.  
  31.  
  32. Path = Image.core.path
  33.